/*nav*/
.nava li {
    position: relative
}

.nava a {
    color: #333;
    line-height: 20px;
    padding: 5px 0;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;
    display: block;
    align-self: end;
}

.nava a:hover {
    transition: all .3s cubic-bezier(0.175,0.885,0.32,1) 0s
}

.nava .arrow {
    display: none
}

.nava .active a,.nav-head {
    font-weight: 700
}

.nav-head {
    font-size: 14px;
    height: 30px;
    line-height: 30px
}
 
.nava ul {
    display: block;
    list-style: none;
    padding: 0
}

.nava ul a {
    font-weight: 500;
    padding: 5px 20px
}
.bg-inverse .nav-menu ul a:hover,.bg-inverse .nav.nav-menu.nav-pills .active ul a:hover,.bg-inverse .nav.nav-menu.nav-pills ul a:hover,.bg-inverse .nav.nav-menu.nav-tabs .active ul a:hover,.bg-inverse .nav.nav-menu.nav-tabs ul a:hover,.button.border-main,.nav a:hover,.nav-menu.nav-pills .active ul a:hover,.pager-next.border-main,.pager-prev.border-main,.pager.border-main a,.text-main,a.text-main:link,a.text-main:visited,a:focus,a:hover,blockquote.border-main strong {
    color: #ef011c
}
 


























